home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / Quit.Dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1997-10-10  |  139 b   |  10 lines

  1. on mouseUp
  2.   puppetSound("cancel")
  3.   updateStage()
  4.   repeat while soundBusy(1)
  5.   end repeat
  6.   tell the stage
  7.     stopMIAW()
  8.   end tell
  9. end
  10.